home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Word Perfect Main Street: Paper Planes
/
WordPerfect Main Street - Paper Planes.iso
/
mac
/
p21-24
/
00018_Script_18
< prev
next >
Wrap
Text File
|
1994-07-31
|
381b
|
18 lines
on mouseDown
global theVCRButtons
mCancelPlay(theVCRButtons)
mCancelFastFwd(theVCRButtons)
global LastQT
unLoadCast LastQT
global theGauge
mDragLevel(theGauge)
end
on mouseUp
global Plane
global theGauge
mReleaseDrag(theGauge)
set toStep = mGetCurrentLevel(theGauge)
go to frame (label("P" & string(Plane) & "S" & string(toStep)))
end